home *** CD-ROM | disk | FTP | other *** search
- Yes or No Branch Only
-
- First statement.
- Yes branch only?
- Statement on yes branch.
- ?end
-
- Yes branch only?
- { Both choices need to be given custom text
- or else the no choice will still be shown
- as the word No on the diagram }
-
- (Good) Statement on yes branch.
- (Bad)
- ?end
-
- No branch only?
- { Both choice script symbols must be entered
- when only the no choice has statements }
-
- ()
- () Statement on no branch.
- ?end
-
- No branch only?
- (Good)
- (Bad) Statement on no branch.
- ?end
- Last statement.
-
-